1*36dcc4a4SLionel Sambuc# $NetBSD: CP437%UCS.src,v 1.3 2006/10/19 14:06:14 tnozaki Exp $ 2*36dcc4a4SLionel Sambuc 3*36dcc4a4SLionel SambucTYPE ROWCOL 4*36dcc4a4SLionel SambucNAME "CP437/UCS" 5*36dcc4a4SLionel SambucSRC_ZONE 0x00-0xFF 6*36dcc4a4SLionel SambucOOB_MODE ILSEQ 7*36dcc4a4SLionel SambucDST_ILSEQ 0xFFFE 8*36dcc4a4SLionel SambucDST_UNIT_BITS 16 9*36dcc4a4SLionel Sambuc 10*36dcc4a4SLionel SambucBEGIN_MAP 11*36dcc4a4SLionel Sambuc# 12*36dcc4a4SLionel Sambuc# This mapping data is made from the mapping data provided by Unicode, Inc. 13*36dcc4a4SLionel Sambuc# Original notice: 14*36dcc4a4SLionel Sambuc# 15*36dcc4a4SLionel Sambuc# Name: cp437_DOSLatinUS to Unicode table 16*36dcc4a4SLionel Sambuc# Unicode version: 2.0 17*36dcc4a4SLionel Sambuc# Table version: 2.00 18*36dcc4a4SLionel Sambuc# Table format: Format A 19*36dcc4a4SLionel Sambuc# Date: 04/24/96 20*36dcc4a4SLionel Sambuc# Authors: Lori Brownell <loribr@microsoft.com> 21*36dcc4a4SLionel Sambuc# K.D. Chang <a-kchang@microsoft.com> 22*36dcc4a4SLionel Sambuc# General notes: none 23*36dcc4a4SLionel Sambuc# 24*36dcc4a4SLionel Sambuc# Format: Three tab-separated columns 25*36dcc4a4SLionel Sambuc# Column #1 is the cp437_DOSLatinUS code (in hex) 26*36dcc4a4SLionel Sambuc# Column #2 is the Unicode (in hex as 0xXXXX) 27*36dcc4a4SLionel Sambuc# Column #3 is the Unicode name (follows a comment sign, '#') 28*36dcc4a4SLionel Sambuc# 29*36dcc4a4SLionel Sambuc# The entries are in cp437_DOSLatinUS order 30*36dcc4a4SLionel Sambuc# 31*36dcc4a4SLionel Sambuc0x00 - 0x7F = 0x0000 - 32*36dcc4a4SLionel Sambuc0x80 = 0x00C7 33*36dcc4a4SLionel Sambuc0x81 = 0x00FC 34*36dcc4a4SLionel Sambuc0x82 = 0x00E9 35*36dcc4a4SLionel Sambuc0x83 = 0x00E2 36*36dcc4a4SLionel Sambuc0x84 = 0x00E4 37*36dcc4a4SLionel Sambuc0x85 = 0x00E0 38*36dcc4a4SLionel Sambuc0x86 = 0x00E5 39*36dcc4a4SLionel Sambuc0x87 = 0x00E7 40*36dcc4a4SLionel Sambuc0x88 = 0x00EA 41*36dcc4a4SLionel Sambuc0x89 = 0x00EB 42*36dcc4a4SLionel Sambuc0x8A = 0x00E8 43*36dcc4a4SLionel Sambuc0x8B = 0x00EF 44*36dcc4a4SLionel Sambuc0x8C = 0x00EE 45*36dcc4a4SLionel Sambuc0x8D = 0x00EC 46*36dcc4a4SLionel Sambuc0x8E = 0x00C4 47*36dcc4a4SLionel Sambuc0x8F = 0x00C5 48*36dcc4a4SLionel Sambuc0x90 = 0x00C9 49*36dcc4a4SLionel Sambuc0x91 = 0x00E6 50*36dcc4a4SLionel Sambuc0x92 = 0x00C6 51*36dcc4a4SLionel Sambuc0x93 = 0x00F4 52*36dcc4a4SLionel Sambuc0x94 = 0x00F6 53*36dcc4a4SLionel Sambuc0x95 = 0x00F2 54*36dcc4a4SLionel Sambuc0x96 = 0x00FB 55*36dcc4a4SLionel Sambuc0x97 = 0x00F9 56*36dcc4a4SLionel Sambuc0x98 = 0x00FF 57*36dcc4a4SLionel Sambuc0x99 = 0x00D6 58*36dcc4a4SLionel Sambuc0x9A = 0x00DC 59*36dcc4a4SLionel Sambuc0x9B = 0x00A2 60*36dcc4a4SLionel Sambuc0x9C = 0x00A3 61*36dcc4a4SLionel Sambuc0x9D = 0x00A5 62*36dcc4a4SLionel Sambuc0x9E = 0x20A7 63*36dcc4a4SLionel Sambuc0x9F = 0x0192 64*36dcc4a4SLionel Sambuc0xA0 = 0x00E1 65*36dcc4a4SLionel Sambuc0xA1 = 0x00ED 66*36dcc4a4SLionel Sambuc0xA2 = 0x00F3 67*36dcc4a4SLionel Sambuc0xA3 = 0x00FA 68*36dcc4a4SLionel Sambuc0xA4 = 0x00F1 69*36dcc4a4SLionel Sambuc0xA5 = 0x00D1 70*36dcc4a4SLionel Sambuc0xA6 = 0x00AA 71*36dcc4a4SLionel Sambuc0xA7 = 0x00BA 72*36dcc4a4SLionel Sambuc0xA8 = 0x00BF 73*36dcc4a4SLionel Sambuc0xA9 = 0x2310 74*36dcc4a4SLionel Sambuc0xAA = 0x00AC 75*36dcc4a4SLionel Sambuc0xAB = 0x00BD 76*36dcc4a4SLionel Sambuc0xAC = 0x00BC 77*36dcc4a4SLionel Sambuc0xAD = 0x00A1 78*36dcc4a4SLionel Sambuc0xAE = 0x00AB 79*36dcc4a4SLionel Sambuc0xAF = 0x00BB 80*36dcc4a4SLionel Sambuc0xB0 = 0x2591 81*36dcc4a4SLionel Sambuc0xB1 = 0x2592 82*36dcc4a4SLionel Sambuc0xB2 = 0x2593 83*36dcc4a4SLionel Sambuc0xB3 = 0x2502 84*36dcc4a4SLionel Sambuc0xB4 = 0x2524 85*36dcc4a4SLionel Sambuc0xB5 = 0x2561 86*36dcc4a4SLionel Sambuc0xB6 = 0x2562 87*36dcc4a4SLionel Sambuc0xB7 = 0x2556 88*36dcc4a4SLionel Sambuc0xB8 = 0x2555 89*36dcc4a4SLionel Sambuc0xB9 = 0x2563 90*36dcc4a4SLionel Sambuc0xBA = 0x2551 91*36dcc4a4SLionel Sambuc0xBB = 0x2557 92*36dcc4a4SLionel Sambuc0xBC = 0x255D 93*36dcc4a4SLionel Sambuc0xBD = 0x255C 94*36dcc4a4SLionel Sambuc0xBE = 0x255B 95*36dcc4a4SLionel Sambuc0xBF = 0x2510 96*36dcc4a4SLionel Sambuc0xC0 = 0x2514 97*36dcc4a4SLionel Sambuc0xC1 = 0x2534 98*36dcc4a4SLionel Sambuc0xC2 = 0x252C 99*36dcc4a4SLionel Sambuc0xC3 = 0x251C 100*36dcc4a4SLionel Sambuc0xC4 = 0x2500 101*36dcc4a4SLionel Sambuc0xC5 = 0x253C 102*36dcc4a4SLionel Sambuc0xC6 = 0x255E 103*36dcc4a4SLionel Sambuc0xC7 = 0x255F 104*36dcc4a4SLionel Sambuc0xC8 = 0x255A 105*36dcc4a4SLionel Sambuc0xC9 = 0x2554 106*36dcc4a4SLionel Sambuc0xCA = 0x2569 107*36dcc4a4SLionel Sambuc0xCB = 0x2566 108*36dcc4a4SLionel Sambuc0xCC = 0x2560 109*36dcc4a4SLionel Sambuc0xCD = 0x2550 110*36dcc4a4SLionel Sambuc0xCE = 0x256C 111*36dcc4a4SLionel Sambuc0xCF = 0x2567 112*36dcc4a4SLionel Sambuc0xD0 = 0x2568 113*36dcc4a4SLionel Sambuc0xD1 = 0x2564 114*36dcc4a4SLionel Sambuc0xD2 = 0x2565 115*36dcc4a4SLionel Sambuc0xD3 = 0x2559 116*36dcc4a4SLionel Sambuc0xD4 = 0x2558 117*36dcc4a4SLionel Sambuc0xD5 = 0x2552 118*36dcc4a4SLionel Sambuc0xD6 = 0x2553 119*36dcc4a4SLionel Sambuc0xD7 = 0x256B 120*36dcc4a4SLionel Sambuc0xD8 = 0x256A 121*36dcc4a4SLionel Sambuc0xD9 = 0x2518 122*36dcc4a4SLionel Sambuc0xDA = 0x250C 123*36dcc4a4SLionel Sambuc0xDB = 0x2588 124*36dcc4a4SLionel Sambuc0xDC = 0x2584 125*36dcc4a4SLionel Sambuc0xDD = 0x258C 126*36dcc4a4SLionel Sambuc0xDE = 0x2590 127*36dcc4a4SLionel Sambuc0xDF = 0x2580 128*36dcc4a4SLionel Sambuc0xE0 = 0x03B1 129*36dcc4a4SLionel Sambuc0xE1 = 0x00DF 130*36dcc4a4SLionel Sambuc0xE2 = 0x0393 131*36dcc4a4SLionel Sambuc0xE3 = 0x03C0 132*36dcc4a4SLionel Sambuc0xE4 = 0x03A3 133*36dcc4a4SLionel Sambuc0xE5 = 0x03C3 134*36dcc4a4SLionel Sambuc0xE6 = 0x00B5 135*36dcc4a4SLionel Sambuc0xE7 = 0x03C4 136*36dcc4a4SLionel Sambuc0xE8 = 0x03A6 137*36dcc4a4SLionel Sambuc0xE9 = 0x0398 138*36dcc4a4SLionel Sambuc0xEA = 0x03A9 139*36dcc4a4SLionel Sambuc0xEB = 0x03B4 140*36dcc4a4SLionel Sambuc0xEC = 0x221E 141*36dcc4a4SLionel Sambuc0xED = 0x03C6 142*36dcc4a4SLionel Sambuc0xEE = 0x03B5 143*36dcc4a4SLionel Sambuc0xEF = 0x2229 144*36dcc4a4SLionel Sambuc0xF0 = 0x2261 145*36dcc4a4SLionel Sambuc0xF1 = 0x00B1 146*36dcc4a4SLionel Sambuc0xF2 = 0x2265 147*36dcc4a4SLionel Sambuc0xF3 = 0x2264 148*36dcc4a4SLionel Sambuc0xF4 = 0x2320 149*36dcc4a4SLionel Sambuc0xF5 = 0x2321 150*36dcc4a4SLionel Sambuc0xF6 = 0x00F7 151*36dcc4a4SLionel Sambuc0xF7 = 0x2248 152*36dcc4a4SLionel Sambuc0xF8 = 0x00B0 153*36dcc4a4SLionel Sambuc0xF9 = 0x2219 154*36dcc4a4SLionel Sambuc0xFA = 0x00B7 155*36dcc4a4SLionel Sambuc0xFB = 0x221A 156*36dcc4a4SLionel Sambuc0xFC = 0x207F 157*36dcc4a4SLionel Sambuc0xFD = 0x00B2 158*36dcc4a4SLionel Sambuc0xFE = 0x25A0 159*36dcc4a4SLionel Sambuc0xFF = 0x00A0 160*36dcc4a4SLionel SambucEND_MAP 161